# OTHER_ROOT=/sw # Uncomment For Fink on OS X.
MINIMAL_FMTS=magproto.o gpx.o geo.o mapsend.o mapsource.o garmin.o \
- garmin_tables.o internal_styles.o nmea.o kml.o
+ garmin_device_xml.o garmin_tables.o internal_styles.o nmea.o kml.o
ALL_FMTS=$(MINIMAL_FMTS) gtm.o gpsutil.o pcx.o cetus.o copilot.o \
gpspilot.o magnav.o \
} gdx_info;
const gdx_info* gdx_read(const char *fname);
+const gdx_info * gdx_get_info(void);
+const gdx_info * gdx_find_file(char **dirlist);
// This is so gross. By the time we know it's not a USB device
// and could be one of our devices, we're so deep into the callstack